home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Devices / ADB Key Spy 1.0.1b3 / ADBKS csCodes.h < prev    next >
Encoding:
Text File  |  1997-03-07  |  479 b   |  26 lines  |  [TEXT/R*ch]

  1.     //
  2.     //    from 'ADB Key Spy' • Pete Gontier • gurgle@apple.com
  3.     //    Macintosh Developer Technical Support
  4.     //    © 1995,1996 Apple Computer, Inc.
  5.     //
  6.     //    Changes:
  7.     //
  8.     //        when        who        what
  9.     //        --------------------------------------------------------------
  10.     //        01/11/96    PG        copied from another project,
  11.     //                            merged with various parts of old
  12.     //                            ADB Key Spy
  13.     //
  14.  
  15. #pragma once
  16.  
  17. enum
  18. {
  19.     kStatusCode_IsKeyDownAnywhere = 128
  20. };
  21.  
  22. enum
  23. {
  24.     kControlCode_SetKeyboardInfoList = 128
  25. };
  26.